3.57 \(\int (a+b \csc (e+f x))^m \, dx\)

Optimal. Leaf size=15 \[ \text {Int}\left ((a+b \csc (e+f x))^m,x\right ) \]

[Out]

Unintegrable((a+b*csc(f*x+e))^m,x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (a+b \csc (e+f x))^m \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Csc[e + f*x])^m,x]

[Out]

Defer[Int][(a + b*Csc[e + f*x])^m, x]

Rubi steps

\begin {align*} \int (a+b \csc (e+f x))^m \, dx &=\int (a+b \csc (e+f x))^m \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.50, size = 0, normalized size = 0.00 \[ \int (a+b \csc (e+f x))^m \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Csc[e + f*x])^m,x]

[Out]

Integrate[(a + b*Csc[e + f*x])^m, x]

________________________________________________________________________________________

fricas [A]  time = 0.57, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \csc \left (f x + e\right ) + a\right )}^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m,x, algorithm="fricas")

[Out]

integral((b*csc(f*x + e) + a)^m, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \csc \left (f x + e\right ) + a\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m,x, algorithm="giac")

[Out]

integrate((b*csc(f*x + e) + a)^m, x)

________________________________________________________________________________________

maple [A]  time = 1.24, size = 0, normalized size = 0.00 \[ \int \left (a +b \csc \left (f x +e \right )\right )^{m}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*csc(f*x+e))^m,x)

[Out]

int((a+b*csc(f*x+e))^m,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \csc \left (f x + e\right ) + a\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m,x, algorithm="maxima")

[Out]

integrate((b*csc(f*x + e) + a)^m, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.07 \[ \int {\left (a+\frac {b}{\sin \left (e+f\,x\right )}\right )}^m \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b/sin(e + f*x))^m,x)

[Out]

int((a + b/sin(e + f*x))^m, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \csc {\left (e + f x \right )}\right )^{m}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))**m,x)

[Out]

Integral((a + b*csc(e + f*x))**m, x)

________________________________________________________________________________________